Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use canonicalized URIs/paths for jump to definition #982

Merged
merged 1 commit into from
May 25, 2024

Conversation

fhammerschmidt
Copy link
Member

@fhammerschmidt fhammerschmidt commented May 24, 2024

This fixes the issue when you have an internal package in a monorepo and you click on a module from it in another package, you end up at node_modules/@yourNamespace/yourPackageName. Now it uses the real path and not the symlink anymore, so end up at the correct location.

@fhammerschmidt fhammerschmidt requested review from zth and cknitt May 24, 2024 13:15
Copy link
Collaborator

@zth zth left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Mind adding a changelog?

@fhammerschmidt fhammerschmidt force-pushed the use-canonicalized-uris branch from 41fbf07 to af5df7a Compare May 24, 2024 16:18
@zth
Copy link
Collaborator

zth commented May 25, 2024

@fhammerschmidt just a rebase and we're ready to go.

@fhammerschmidt fhammerschmidt force-pushed the use-canonicalized-uris branch from af5df7a to 5aa7126 Compare May 25, 2024 07:02
@fhammerschmidt
Copy link
Member Author

rebased and added a changelog now!

@zth zth merged commit 3375705 into rescript-lang:master May 25, 2024
6 checks passed
jfrolich pushed a commit to jfrolich/rescript-vscode that referenced this pull request Sep 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants